-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
598 - Fix pydantic validation error #663
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
LorenzoPaleari
wants to merge
110
commits into
ScrapeGraphAI:main
from
LorenzoPaleari:598-fix-pydantic-validation-error
Closed
598 - Fix pydantic validation error #663
LorenzoPaleari
wants to merge
110
commits into
ScrapeGraphAI:main
from
LorenzoPaleari:598-fix-pydantic-validation-error
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-Authored-By: Marco Vinciguerra <88108002+VinciGit00@users.noreply.github.com>
…ntegration feat: add togetherai
## [1.16.0-beta.1](ScrapeGraphAI/Scrapegraph-ai@v1.15.1...v1.16.0-beta.1) (2024-08-28) ### Features * add togheterai ([8f615ad](ScrapeGraphAI@8f615ad)) ### chore * **examples:** create Together AI examples ([34942de](ScrapeGraphAI@34942de))
Screenshot scraping
…antic-validationerror-with-smartscrapergraph fix: update generate answernode
## [1.16.0-beta.2](ScrapeGraphAI/Scrapegraph-ai@v1.16.0-beta.1...v1.16.0-beta.2) (2024-08-31) ### Bug Fixes * update generate answernode ([c348f67](ScrapeGraphAI@c348f67))
fixed tool and dependencies
## [1.16.0-beta.3](ScrapeGraphAI/Scrapegraph-ai@v1.16.0-beta.2...v1.16.0-beta.3) (2024-09-01) ### Bug Fixes * pyproject.toml ([360ce1c](ScrapeGraphAI@360ce1c)) ### CI * **release:** 1.15.2 [skip ci] ([d88730c](ScrapeGraphAI@d88730c))
…raph feat: return urls in searchgraph
…scrape-urls-from-the-source 637 it can´t scrape urls from the source
## [1.19.0-beta.2](ScrapeGraphAI/Scrapegraph-ai@v1.19.0-beta.1...v1.19.0-beta.2) (2024-09-09) ### Features * return urls in searchgraph ([afb6eb7](ScrapeGraphAI@afb6eb7)) ### Bug Fixes * temporary fix for parse_node ([f2bb22d](ScrapeGraphAI@f2bb22d))
…scrape-urls-from-the-source fix: parse node
## [1.19.0-beta.3](ScrapeGraphAI/Scrapegraph-ai@v1.19.0-beta.2...v1.19.0-beta.3) (2024-09-10) ### Bug Fixes * parse node ([947ebd2](ScrapeGraphAI@947ebd2))
## [1.19.0-beta.4](ScrapeGraphAI/Scrapegraph-ai@v1.19.0-beta.3...v1.19.0-beta.4) (2024-09-10) ### Features * removed semchunk and used tikton ([1a7f21f](ScrapeGraphAI@1a7f21f))
## [1.19.0-beta.5](ScrapeGraphAI/Scrapegraph-ai@v1.19.0-beta.4...v1.19.0-beta.5) (2024-09-10) ### Bug Fixes * models tokens ([b2be6b7](ScrapeGraphAI@b2be6b7))
…e_graph_config_in_the_documentation problem
## [1.19.0-beta.6](ScrapeGraphAI/Scrapegraph-ai@v1.19.0-beta.5...v1.19.0-beta.6) (2024-09-12) ### Bug Fixes * models tokens ([039fe3c](ScrapeGraphAI@039fe3c)) ### Docs * Updated the graph_config in the documentation. ([57a58e1](ScrapeGraphAI@57a58e1)) ### CI * **release:** 1.18.2 [skip ci] ([e1a9caa](ScrapeGraphAI@e1a9caa)) * **release:** 1.18.3 [skip ci] ([4bd4659](ScrapeGraphAI@4bd4659))
… called for every individual word which is very slow especially with the mistral tokenizer
…ation-for-ollama-and-mistral 651 add tokenization for ollama and mistral
## [1.19.0-beta.7](ScrapeGraphAI/Scrapegraph-ai@v1.19.0-beta.6...v1.19.0-beta.7) (2024-09-12) ### Bug Fixes * pyproject.toml dependencies ([b805aea](ScrapeGraphAI@b805aea))
## [1.19.0-beta.8](ScrapeGraphAI/Scrapegraph-ai@v1.19.0-beta.7...v1.19.0-beta.8) (2024-09-12) ### Features * refactoring of the tokenization function ([ec6b164](ScrapeGraphAI@ec6b164))
Changed instatiation location of iterated graph classes
Will fix this merge commit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pydantic validation error happens when using IterativeGraph module.
Problem arises when the IterativeGraph module tries to use the same instantiation of a class for multiple execution, causing the class to not pass correctly llm into his functions.